gtkwindow: Remove a vestigal line of painting for OR windows
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 26 Jun 2014 19:00:59 +0000 (15:00 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Thu, 26 Jun 2014 19:58:45 +0000 (15:58 -0400)
commit46e7f7f4567ef56102703f725d993cd151cec070
tree835493ce8e21bf2d28f7c5b6c0abed32c4a99446
parent35f618e71dccc02a2226b9f8115d29ec878caf62
gtkwindow: Remove a vestigal line of painting for OR windows

Since we have a paint clock, we shouldn't be sending out EXPOSE events
for OR windows inside the ALLOCATE cycle. The idea here was that we
would have to wait for a map to get an OR window to paint to, but since
then this has been abstracted away inside GDK and the paint clock.
gtk/gtkwindow.c